home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Engines / DIESEL⁄FULL LOAD / background_2684.txt < prev    next >
Text File  |  1991-04-18  |  2KB  |  123 lines

  1. -- background: 2684 from stack: in
  2. -- bmap block id: 19265
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7.  
  8.  
  9.  
  10.  
  11. -- part 19 (button)
  12. -- low flags: 00
  13. -- high flags: C006
  14. -- rect: left=171 top=178 right=200 bottom=271
  15. -- title width / last selected line: 0
  16. -- icon id / first selected line: 0 / 0
  17. -- text alignment: 1
  18. -- font id: 0
  19. -- text size: 12
  20. -- style flags: 0
  21. -- line height: 16
  22. -- part name: DONE
  23. ----- HyperTalk script -----
  24. on mouseUp
  25.   GO TO STACK "HOW ENGINES WORK"
  26. end mouseUp
  27.  
  28.  
  29.  
  30. -- part 20 (button)
  31. -- low flags: 00
  32. -- high flags: C006
  33. -- rect: left=171 top=106 right=128 bottom=271
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: FULL LOAD
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.  
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 21 (button)
  50. -- low flags: 00
  51. -- high flags: C006
  52. -- rect: left=171 top=124 right=146 bottom=271
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: PART LOAD
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   GO TO STACK "DIESEL/PART LOAD"
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 22 (button)
  69. -- low flags: 00
  70. -- high flags: C006
  71. -- rect: left=171 top=141 right=165 bottom=272
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: NO LOAD
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   GO TO STACK "DIESEL/NO LOAD"
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 23 (button)
  88. -- low flags: 00
  89. -- high flags: C006
  90. -- rect: left=171 top=160 right=182 bottom=272
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: DISCUSSION
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   GO TO STACK "DIESEL/DISCUSSION"
  102. end mouseUp
  103.  
  104.  
  105.  
  106. -- part 25 (button)
  107. -- low flags: 00
  108. -- high flags: 8000
  109. -- rect: left=160 top=75 right=97 bottom=260
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: RUN
  118. ----- HyperTalk script -----
  119. on MOUSESTILLDOWN
  120.   GO TO NEXT CARD
  121. END MOUSESTILLDOWN
  122.  
  123.